home *** CD-ROM | disk | FTP | other *** search
- object FormHTMLTable: TFormHTMLTable
- Left = 9
- Top = 20
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Table'
- ClientHeight = 405
- ClientWidth = 610
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object EditHTMLTag: TEdit
- Left = 4
- Top = 0
- Width = 83
- Height = 21
- Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
- TabStop = False
- AutoSize = False
- ParentColor = True
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 0
- Text = 'EditHTMLTag'
- OnChange = EditHTMLTagChange
- end
- object GroupBoxWIDTH: TGroupBox
- Left = 8
- Top = 28
- Width = 178
- Height = 101
- Caption = 'WIDTH'
- TabOrder = 1
- object PanelWIDTH: TPanel
- Left = 2
- Top = 78
- Width = 107
- Height = 20
- Hint = 'WIDTH attribute'
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelWIDTH'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = PanelWIDTHClick
- end
- object SpinEditWIDTH: TSpinEdit
- Left = 112
- Top = 76
- Width = 56
- Height = 22
- AutoSelect = False
- AutoSize = False
- MaxLength = 5
- MaxValue = 2000
- MinValue = 0
- TabOrder = 1
- Value = 0
- OnChange = SpinEditWIDTHChange
- OnEnter = SpinEditWIDTHEnter
- end
- object RadioGroupWIDTHValueIs: TRadioGroup
- Left = 44
- Top = 16
- Width = 89
- Height = 53
- Caption = 'Value Is'
- Items.Strings = (
- 'Pixels'
- 'Percentage')
- TabOrder = 0
- OnClick = RadioGroupWIDTHValueIsClick
- end
- end
- object GroupBoxFRAME: TGroupBox
- Left = 196
- Top = 28
- Width = 97
- Height = 81
- Caption = 'FRAME'
- TabOrder = 2
- object PanelFRAME: TPanel
- Left = 2
- Top = 59
- Width = 93
- Height = 20
- Hint = 'FRAME attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelFRAME'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = PanelFRAMEClick
- end
- object ListBoxFRAME: TListBox
- Left = 2
- Top = 15
- Width = 93
- Height = 45
- Align = alTop
- ItemHeight = 13
- Items.Strings = (
- '0'
- 'void'
- 'above'
- 'below'
- 'hsides'
- 'lhs'
- 'rhs'
- 'vsides'
- 'box')
- TabOrder = 1
- OnClick = ListBoxFRAMEClick
- end
- end
- object GroupBoxRULES: TGroupBox
- Left = 304
- Top = 28
- Width = 89
- Height = 81
- Caption = 'RULES'
- TabOrder = 3
- object PanelRULES: TPanel
- Left = 2
- Top = 59
- Width = 85
- Height = 20
- Hint = 'RULES attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelRULES'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = PanelRULESClick
- end
- object ListBoxRULES: TListBox
- Left = 2
- Top = 15
- Width = 85
- Height = 45
- Align = alTop
- ItemHeight = 13
- Items.Strings = (
- '0'
- 'none'
- 'groups'
- 'rows'
- 'cols'
- 'all')
- TabOrder = 1
- OnClick = ListBoxRULESClick
- end
- end
- object GroupBoxBGCOLOR: TGroupBox
- Left = 404
- Top = 28
- Width = 197
- Height = 37
- Caption = 'BGCOLOR'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 4
- object ButtonBGCOLOR: TButton
- Left = 168
- Top = 12
- Width = 21
- Height = 21
- Caption = '>>'
- TabOrder = 0
- OnClick = ButtonBGCOLORClick
- end
- object PanelBGCOLOR: TPanel
- Left = 2
- Top = 15
- Width = 163
- Height = 20
- Hint = 'BGCOLOR attribute'
- Align = alLeft
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelBGCOLOR'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelBGCOLORClick
- end
- end
- object GroupBoxBORDERCOLOR: TGroupBox
- Left = 404
- Top = 72
- Width = 197
- Height = 37
- Caption = 'BORDERCOLOR'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 5
- object ButtonBORDERCOLOR: TButton
- Left = 168
- Top = 12
- Width = 21
- Height = 21
- Caption = '>>'
- TabOrder = 0
- OnClick = ButtonBORDERCOLORClick
- end
- object PanelBORDERCOLOR: TPanel
- Left = 2
- Top = 15
- Width = 163
- Height = 20
- Hint = 'BORDERCOLOR attribute'
- Align = alLeft
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelBORDERCOLOR'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelBORDERCOLORClick
- end
- end
- object GroupBoxBORDERCOLORLIGHT: TGroupBox
- Left = 404
- Top = 116
- Width = 197
- Height = 37
- Caption = 'BORDERCOLORLIGHT'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 6
- object ButtonBORDERCOLORLIGHT: TButton
- Left = 168
- Top = 12
- Width = 21
- Height = 21
- Caption = '>>'
- TabOrder = 0
- OnClick = ButtonBORDERCOLORLIGHTClick
- end
- object PanelBORDERCOLORLIGHT: TPanel
- Left = 2
- Top = 15
- Width = 163
- Height = 20
- Hint = 'BORDERCOLORLIGHT attribute'
- Align = alLeft
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelBORDERCOLORLIGHT'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelBORDERCOLORLIGHTClick
- end
- end
- object GroupBoxBORDERCOLORDARK: TGroupBox
- Left = 404
- Top = 160
- Width = 197
- Height = 37
- Caption = 'BORDERCOLORDARK'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 7
- object ButtonBORDERCOLORDARK: TButton
- Left = 168
- Top = 12
- Width = 21
- Height = 21
- Caption = '>>'
- TabOrder = 0
- OnClick = ButtonBORDERCOLORDARKClick
- end
- object PanelBORDERCOLORDARK: TPanel
- Left = 2
- Top = 15
- Width = 163
- Height = 20
- Hint = 'BORDERCOLORDARK attribute'
- Align = alLeft
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelBORDERCOLORDARK'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelBORDERCOLORDARKClick
- end
- end
- object GroupBoxBORDER: TGroupBox
- Left = 196
- Top = 116
- Width = 169
- Height = 81
- Caption = 'BORDER'
- TabOrder = 8
- object PanelBORDER: TPanel
- Left = 2
- Top = 60
- Width = 99
- Height = 19
- Hint = 'BORDER attribute'
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelBORDER'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelBORDERClick
- end
- object SpinEditBORDER: TSpinEdit
- Left = 104
- Top = 56
- Width = 56
- Height = 22
- AutoSelect = False
- AutoSize = False
- MaxLength = 4
- MaxValue = 100
- MinValue = 0
- TabOrder = 2
- Value = 0
- OnChange = SpinEditBORDERChange
- end
- object CheckBoxBORDER: TCheckBox
- Left = 8
- Top = 24
- Width = 129
- Height = 21
- Caption = 'BORDER (Default)'
- TabOrder = 0
- OnClick = CheckBoxBORDERClick
- end
- end
- object GroupBoxHEIGHT: TGroupBox
- Left = 8
- Top = 136
- Width = 178
- Height = 105
- Caption = 'HEIGHT'
- TabOrder = 9
- object PanelHEIGHT: TPanel
- Left = 2
- Top = 82
- Width = 107
- Height = 20
- Hint = 'HEIGHT attribute'
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelHEIGHT'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = PanelHEIGHTClick
- end
- object SpinEditHEIGHT: TSpinEdit
- Left = 112
- Top = 80
- Width = 56
- Height = 22
- AutoSelect = False
- AutoSize = False
- MaxLength = 5
- MaxValue = 2000
- MinValue = 0
- TabOrder = 1
- Value = 0
- OnChange = SpinEditHEIGHTChange
- OnEnter = SpinEditHEIGHTEnter
- end
- object RadioGroupHEIGHTValueIs: TRadioGroup
- Left = 44
- Top = 16
- Width = 89
- Height = 53
- Caption = 'Value Is'
- Items.Strings = (
- 'Pixels'
- 'Percentage')
- TabOrder = 0
- OnClick = RadioGroupHEIGHTValueIsClick
- end
- end
- object GroupBoxBACKGROUND: TGroupBox
- Left = 8
- Top = 248
- Width = 301
- Height = 97
- Caption = 'BACKGROUND'
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 10
- object EditBACKGROUND: TEdit
- Left = 6
- Top = 16
- Width = 288
- Height = 21
- MaxLength = 250
- TabOrder = 0
- OnChange = EditBACKGROUNDChange
- OnExit = EditBACKGROUNDExit
- OnKeyPress = EditBACKGROUNDKeyPress
- end
- object PanelBACKGROUND: TPanel
- Left = 2
- Top = 73
- Width = 297
- Height = 22
- Hint = 'BACKGROUND attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelBACKGROUND'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = PanelBACKGROUNDClick
- end
- object ButtonBrowse: TButton
- Left = 6
- Top = 43
- Width = 65
- Height = 25
- Caption = 'Browse'
- TabOrder = 1
- OnClick = ButtonBrowseClick
- end
- object ButtonHistory: TButton
- Left = 76
- Top = 43
- Width = 65
- Height = 25
- Caption = 'History'
- TabOrder = 2
- OnClick = ButtonHistoryClick
- end
- end
- object GroupBoxCELLPADDING: TGroupBox
- Left = 196
- Top = 204
- Width = 169
- Height = 37
- Caption = 'CELLPADDING'
- TabOrder = 11
- object PanelCELLPADDING: TPanel
- Left = 2
- Top = 15
- Width = 99
- Height = 20
- Hint = 'CELLPADDING attribute'
- Align = alLeft
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelCELLPADDING'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = PanelCELLPADDINGClick
- end
- object SpinEditCELLPADDING: TSpinEdit
- Left = 104
- Top = 12
- Width = 56
- Height = 22
- AutoSelect = False
- AutoSize = False
- MaxLength = 4
- MaxValue = 100
- MinValue = 0
- TabOrder = 1
- Value = 0
- OnChange = SpinEditCELLPADDINGChange
- end
- end
- object GroupBoxCELLSPACING: TGroupBox
- Left = 376
- Top = 204
- Width = 169
- Height = 37
- Caption = 'CELLSPACING'
- TabOrder = 12
- object PanelCELLSPACING: TPanel
- Left = 2
- Top = 15
- Width = 99
- Height = 20
- Hint = 'CELLSPACING attribute'
- Align = alLeft
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelCELLSPACING'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = PanelCELLSPACINGClick
- end
- object SpinEditCELLSPACING: TSpinEdit
- Left = 104
- Top = 12
- Width = 56
- Height = 22
- AutoSelect = False
- AutoSize = False
- MaxLength = 4
- MaxValue = 100
- MinValue = 0
- TabOrder = 1
- Value = 0
- OnChange = SpinEditCELLSPACINGChange
- end
- end
- object GroupBoxAlign: TGroupBox
- Left = 320
- Top = 248
- Width = 101
- Height = 85
- Caption = 'ALIGN'
- TabOrder = 13
- object ListBoxALIGN: TListBox
- Left = 2
- Top = 15
- Width = 97
- Height = 46
- Align = alClient
- ExtendedSelect = False
- ItemHeight = 13
- Items.Strings = (
- '0'
- 'left'
- 'center'
- 'right')
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnClick = ListBoxALIGNClick
- end
- object PanelALIGN: TPanel
- Left = 2
- Top = 61
- Width = 97
- Height = 22
- Hint = 'ALIGN attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelALIGN'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelALIGNClick
- end
- end
- object GroupBoxVALIGN: TGroupBox
- Left = 432
- Top = 248
- Width = 105
- Height = 85
- Caption = 'VALIGN'
- TabOrder = 14
- object ListBoxVALIGN: TListBox
- Left = 2
- Top = 15
- Width = 101
- Height = 46
- Align = alClient
- ExtendedSelect = False
- ItemHeight = 13
- Items.Strings = (
- '0'
- 'top'
- 'middle'
- 'bottom')
- ParentShowHint = False
- ShowHint = False
- TabOrder = 0
- OnClick = ListBoxVALIGNClick
- end
- object PanelVALIGN: TPanel
- Left = 2
- Top = 61
- Width = 101
- Height = 22
- Hint = 'VALIGN attribute'
- Align = alBottom
- Alignment = taLeftJustify
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'PanelVALIGN'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = PanelVALIGNClick
- end
- end
- object PanelBottom: TPanel
- Left = 0
- Top = 352
- Width = 610
- Height = 53
- Align = alBottom
- BevelOuter = bvNone
- Caption = 'PanelBottom'
- Font.Color = clBtnFace
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 15
- object Bevel: TBevel
- Left = 0
- Top = 0
- Width = 610
- Height = 6
- Align = alTop
- Shape = bsTopLine
- end
- object ButtonInsert: TButton
- Left = 4
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Use the HTML tag'
- Caption = '&OK'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = ButtonInsertClick
- end
- object ButtonCancel: TButton
- Left = 88
- Top = 8
- Width = 77
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnClick = ButtonCancelClick
- end
- object ButtonHelp: TButton
- Left = 256
- Top = 8
- Width = 77
- Height = 25
- Caption = '&Help'
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnClick = ButtonHelpClick
- end
- object ButtonClearAll: TButton
- Left = 172
- Top = 8
- Width = 77
- Height = 25
- Hint = 'Clear and reset all attributes to defaults'
- Caption = 'Clear &All'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = ButtonClearAllClick
- end
- object PanelSaveReuseLevel: TPanel
- Left = 4
- Top = 40
- Width = 329
- Height = 9
- BevelOuter = bvLowered
- Caption = ' '
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnDblClick = PanelSaveReuseLevelDblClick
- OnMouseMove = PanelSaveReuseLevelMouseMove
- end
- end
- end
-